setSubject

@NonNull
open fun setSubject(@Nullable subject: @Nullable String): @NonNull ShareCompat.IntentBuilder(source)

Set a subject heading for this share; useful for sharing via email.

Return

This IntentBuilder for method chaining

Parameters

subject

Subject heading for this share

See also